toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.engine.event
/
[jvm]EngineCrashed
Engine
Crashed
public
interface
EngineCrashed
implements
EngineEvent
An event indicating that the engine has been unexpectedly crashed.
Members
Functions
engine
Link copied to clipboard
public
abstract
Engine
engine
(
)
Returns the
Engine
instance initiated this event.
exit
Code
Link copied to clipboard
public
abstract
int
exitCode
(
)
Returns the exit code of the engine process that has been unexpectedly terminated due to the crash.